Update dependencies#754
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates various build and runtime dependencies to their latest versions. The updates include critical build tools (Kotlin, AGP, KSP), AndroidX libraries (lifecycle, navigation3, compose), and third-party libraries (aboutLibs, OkHttp, Ktor, Room). The PR also adapts the code to breaking API changes introduced by the updated libraries.
- Navigation3 has reached stable version 1.0.0, and lifecycle libraries are now unified at 2.10.0
- AboutLibraries plugin was updated from 12.2.4 to 13.1.0 with plugin ID and API changes
- Several unused OkHttp library references were removed from the dependency catalog
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| gradle/libs.versions.toml | Updated dependency versions across the board; removed unused OkHttp library references; added new aboutLibs core libraries; changed aboutLibs plugin ID |
| app/src/main/java/at/bitfire/icsdroid/ui/screen/InfoScreen.kt | Updated to use new aboutLibraries API (produceLibraries instead of rememberLibraries) |
| app/src/main/java/at/bitfire/icsdroid/ui/nav/MainApp.kt | Consolidated navigation3 entry decorators from two separate decorators into the new unified rememberSaveableStateHolderNavEntryDecorator() |
| app/build.gradle.kts | Added required core dependencies for the new aboutLibs version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at>
ArnyminerZ
requested changes
Dec 8, 2025
Member
ArnyminerZ
left a comment
There was a problem hiding this comment.
Just replace the resource usage for toasts please.
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update various build and run time dependencies.